CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 迭代 matlab

搜索资源列表

  1. matlab

    1下载:
  2. 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
  3. 所属分类:matlab

    • 发布日期:2015-01-18
    • 文件大小:652324
    • 提供者:称臣
  1. 123

    0下载:
  2. Matlab在分形模拟上的一些应用!根据程序中迭代的选取,将分形模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications! According to the procedure in the iterative selection fractal simulation is divided into established and the random iteration method iterative method.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-03
    • 文件大小:2158
    • 提供者:laopu
  1. magsint2

    0下载:
  2. 用简单迭代法求非线性方程f(x)=0有根区间[a,b]中的一个根 maiter 用途:用定步长高斯就积公式求函数的积分 magsint-w
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1216
    • 提供者:wangsizhao
  1. G-S(matlab)

    0下载:
  2. 程序在matlab环境下,实现了高斯迭代法解方程。-Program in matlab environment, fulfilling the law of the Gauss iterative solution of equations.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:20377
    • 提供者:ligan
  1. detection.algorithm.of.Turbo_BLAST

    0下载:
  2. 介绍MIMO系统中的检测算法,重点是迭代检测的原理。MIMO是下一代无线通信的关键技术之一。-MIMO system introduced detection algorithm, with emphasis on the principle of iterative testing. MIMO is the key to next-generation wireless communications technologies.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:819224
    • 提供者:王洪翔
  1. Broyden

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点.-Newton iterative method is a relatively new method of Newton shall be required to overcome the derivative and inverse shortcomings.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1039
    • 提供者:jiaoyuwei
  1. fenxing

    0下载:
  2. ifs(迭代函数系统)生成分形,通过改变ifs码可以构造各种各样分形图形。-ifs (iterated function system) of the fractal, ifs code can be constructed by changing a variety of fractal graphics.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:1701
    • 提供者:陈慧梅
  1. gs

    0下载:
  2. 高斯塞德尔迭代法求解线性方程组的MATLAB程序-High Sisaideer iteration for solving linear equations in the MATLAB program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1066
    • 提供者:hy
  1. newton

    0下载:
  2. 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-Newton iterative method for solving nonlinear equations, can be customized and iterative precision iterations, the result can be returned to solve for all the iterative process, even if
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:550
    • 提供者:李文俊
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. IFS

    0下载:
  2. 分形与混沌中的迭代函数系统IFS,matlab编的,-it is a matlab program which is about IFS
  3. 所属分类:Fractal program

    • 发布日期:2017-03-21
    • 文件大小:206905
    • 提供者:长胜将军
  1. 2

    0下载:
  2. matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3644
    • 提供者:HXY
  1. MATLAB

    0下载:
  2. 一、 牛顿-拉夫逊法概要 首先对一般的牛顿-拉夫逊法作一简单说明。已知一个变量X的函数 (4-6) 解此方程式时,由适当的近似值X(0)出发,根据 (4-7) 反复进行计算,当X(n)满足适当的收敛判定条件时就是(4-6)式的根。这样的方法就是所谓的牛顿-拉夫逊法。 式(4-7)就是取第n次近似解X(n)在曲线 上的点 处的切线与X轴的交点作下一次X(n+1)值的方法。参考图4-2(a)。在这一方法中为了能收敛于真解,初值X(0)的选取及函数f(X)必须满足适当的条件,如
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:9354
    • 提供者:范凯
  1. newton

    1下载:
  2. 牛顿迭代法用于求解非线性方程组,及求解范围-Newton iterative method for solving nonlinear equations, and solve the range
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:828
    • 提供者:凤凤
  1. LMS_Algo

    0下载:
  2. 功能描述:用matlab语言实现LMS自适应算法 函数名:LMS_Algo 输入参数: (1)M:滤波器的阶数 (2)N:LMS算法迭代的次数 (3)mu:自适应参数 (4)xn:LMS算法的输入序列 输出参数: (1)系数矢量A -Function Descr iption: The LMS adaptive algorithm matlab language function name: LMS_Algo Input para
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:706
    • 提供者:赵明诚
  1. linear-simultaneous-equations

    0下载:
  2. 线性方程组LU分解直接解法,GS迭代、夹克比迭代、SOR迭代等Matlab代码-linear simultaneous equations
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2184
    • 提供者:李南
  1. newton

    0下载:
  2. 牛顿迭代法,用于对通用多项式的计算,可自己设置处置,精度等-Newton iterative method for the calculation of general polynomials can set up their own disposal, precision
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6513
    • 提供者:秦昌兵
  1. Matlab

    0下载:
  2. Matlab 程序语言,有jacobi GS迭代,弦截法等。-Matlab programming language, there jacobi GS iteration, Secant method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1960
    • 提供者:wanghao
  1. zxecf

    0下载:
  2. 一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:676
    • 提供者:罗辉
  1. GMRES

    1下载:
  2. matlab,GMRES算法是一种先进的一般线性方程组的迭代算法-matlab, GMRES algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:54438
    • 提供者:Li Weichen
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com